Add "uninstall" command to cargo --help
authorjohnthagen <johnthagen@gmail.com>
Mon, 17 Jul 2017 12:46:36 +0000 (08:46 -0400)
committerjohnthagen <johnthagen@gmail.com>
Mon, 17 Jul 2017 12:46:36 +0000 (08:46 -0400)
src/bin/cargo.rs

index 5e54973bfc194396fe39462771181e7f99471552..c7432905c1520f7bbc6bef7037ba60d02cfd23ad 100644 (file)
@@ -65,6 +65,7 @@ Some common cargo commands are (see all commands with --list):
     search      Search registry for crates
     publish     Package and upload this project to the registry
     install     Install a Rust binary
+    uninstall   Uninstall a Rust binary
 
 See 'cargo help <command>' for more information on a specific command.
 ";